home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / europe.dxr / 00001_go to movie .ls next >
Encoding:
Text File  |  2000-08-30  |  329 b   |  16 lines

  1. property psp_mysprite, pc_whichmovie
  2. global gc_whichmovienext
  3.  
  4. on beginSprite me
  5.   psp_mysprite = sprite(me.spriteNum)
  6. end
  7.  
  8. on mouseUp me
  9.   gc_whichmovienext = pc_whichmovie
  10.   go("slide out")
  11. end
  12.  
  13. on getPropertyDescriptionList me
  14.   return [#pc_whichmovie: [#comment: "pc_whichmovie:", #format: #string, #default: "nothing"]]
  15. end
  16.